home *** CD-ROM | disk | FTP | other *** search
- ;
- ; GIFV.SLC
- ; Display all BMP Files in the current directory
- ; then display them backwards
- ; When finished, BEEP 3 times
- ; All pictures use a delay of 2 seconds
- ; The slide show will use the Fade In/Out type
- ;
- delay 2
- slide-type-Fade
- change-path *.BMP
- :loop
- loadnext :exit
- goto :loop
- :exit
- :loop2
- loadprev :exit2
- goto :loop2
- :exit2
- beep 3
-